home *** CD-ROM | disk | FTP | other *** search
- /*
-
- File: CAS_HelpBalloon.h
-
- Contains: All balloon help related constants and public function prototypes
- for CAS_HelpBalloon.c.
-
- Written by: David H Nelson
-
- Copyright © 1993-1995 ComponentWorks, All rights reserved.
-
- Change History (most recent first):
-
- <1> 2/14/95 SJF first checked in
- <1> 11/20/93 DHN Created.
-
- */
-
- #if !defined(_H_CAS_HelpBalloon)
- #define _H_CAS_HelpBalloon
-
-
- //----------------------------------------------------------------------
- #define kMainWindowHelpStrings 200
-
-
- #if defined(__cplusplus)
- extern "C"
- {
- #endif
-
- //----------------------------------------------------------------------
- void hideBalloons( WindowPtr theWindow );
- void doBalloonHelp( WindowPtr theWindow );
-
- #if defined(__cplusplus)
- }
- #endif
-
-
- #endif
-